Defining Home Pages with a Text Editor

Home Pages: Horizontal Bar Chart Panel

This type of panel charts data from an Archibus datasource within a view file.

A typical descriptor for a horizontal bar chart is:

<bucket
    title="Property Book Values (Top 5)"
    tooltip="Property book values."
    type="app-specific"
    controlType="horizontalBarChart"
    backgroundShading="bucket-background-medium"
    viewName="ab-chart-bar-sorted.axvw"
    dataSourceId="chartBar_sorted_desc_ds"
    valueField="property.value_book"
    labelField="property.name"
    abbreviateValues="true"
    recordLimit="5"
    valueOnTop="smallest"
/>

See also: Metric Values Chart (horizontal bar chart)